From: Jan Djärv Date: Thu, 2 Jul 2009 10:29:54 +0000 (+0000) Subject: Remove debug code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11689 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4e4f2458619f35c1778784c755d78c34875f34f9;p=emacs.git Remove debug code. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 2bca0deac2c..2c5d31e571a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -636,7 +636,6 @@ xg_frame_resized (f, pixelwidth, pixelheight) FRAME_PTR f; int pixelwidth, pixelheight; { - fprintf(stderr, "%s: %d/%d\n", __func__, pixelwidth, pixelheight); int rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, pixelheight); int columns = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pixelwidth);